home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 146
/
(Vol 146) Jan 07 2012.iso
/
Games
/
super_fly.swf
/
scripts
/
DefineSprite_71
/
frame_34
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2012-01-07
|
138 b
|
10 lines
x = "1";
iterations = "20";
i = "0";
while(i < iterations)
{
x -= (x * x - input) / ("2" * x);
i += "1";
}
tongLength = x;